Proper connect_port
[juce-lv2.git] / juce / source / extras / audio plugins / demo / Builds / MacOSX / Info.plist
blob3e5ff281ac90b32b061d9abbadc7116a2aa4c3a8
1 <?xml version="1.0" encoding="UTF-8"?>
3 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
4 <plist>
5 <dict>
6 <key>CFBundleExecutable</key>
7 <string>${EXECUTABLE_NAME}</string>
8 <key>CFBundleIconFile</key>
9 <string></string>
10 <key>CFBundleIdentifier</key>
11 <string>com.rawmaterialsoftware.JuceDemoPlugin</string>
12 <key>CFBundleName</key>
13 <string>JuceDemoPlugin</string>
14 <key>CFBundlePackageType</key>
15 <string>TDMw</string>
16 <key>CFBundleSignature</key>
17 <string>PTul</string>
18 <key>CFBundleShortVersionString</key>
19 <string>1.0.0</string>
20 <key>CFBundleVersion</key>
21 <string>1.0.0</string>
22 </dict>
23 </plist>